home *** CD-ROM | disk | FTP | other *** search
/ Gospel Library / Infobase setup disc.iso / intro / intro.dxr / 00125.ls < prev    next >
Encoding:
Text File  |  1998-09-22  |  306 b   |  17 lines

  1. on mouseUp
  2.   global pauseMe
  3.   cancelpuppets()
  4.   puppetSprite(45, 1)
  5.   set the castNum of sprite 45 to cast "QSHelp"
  6.   set pauseMe to 1
  7.   set the movieRate of sprite 3 to 0
  8. end
  9.  
  10. on mouseEnter
  11.   set the castNum of sprite 24 to cast "Help"
  12. end
  13.  
  14. on mouseLeave
  15.   set the castNum of sprite 24 to cast "FAKE"
  16. end
  17.